home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Utilities / RemoteCommand / RemoteCommand.app / RemoteCommand.nib / data.classes next >
Encoding:
Text File  |  1993-06-10  |  418 b   |  29 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     saveToDefault:;
  4.     enterSelection:;
  5.     openFolder:;
  6.     addDeveloper:;
  7.     performFindNext:;
  8.     save:;
  9.     openTerminal:;
  10.     saveAs:;
  11.     removeDeveloper:;
  12.     exeSgsTool:;
  13.     performFindPrevious:;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. RemoteCommand = {
  18.     ACTIONS = {
  19.     newExecMonitor:;
  20.     newExecOk:;
  21.     };
  22.     OUTLETS = {
  23.     newExecServer;
  24.     newExecWindow;
  25.     newExecHost;
  26.     };
  27.     SUPERCLASS = Application;
  28. };
  29.